CompletionProviderT.activate

This function requests @proposal to be activated by the #GtkSourceCompletionProvider.

What the provider does to activate the proposal is specific to that provider. Many providers may choose to insert a #GtkSourceSnippet with edit points the user may cycle through.

See also: [class@Snippet], [class@SnippetChunk], [method@View.push_snippet]

template CompletionProviderT(TStruct)
void
activate
(,
CompletionProposalIF proposal
)

Parameters

context CompletionContext

a #GtkSourceCompletionContext

proposal CompletionProposalIF

a #GtkSourceCompletionProposal

Meta